home *** CD-ROM | disk | FTP | other *** search
/ Aminet 33 / Aminet 33 - October 1999.iso / Aminet / gfx / show / PiPView201.lha / PiP_View / PiP_View.Doc < prev    next >
Encoding:
Text File  |  1999-05-30  |  3.6 KB  |  113 lines

  1.  PiP_View V2.0
  2.  =============
  3.  
  4.  
  5. Description:
  6. ------------
  7.   It`s just a short hack to display pictures with usage of the
  8.   datatypes. Boring ? No ! It shows the pictures on the Workbench
  9.   in a PiP-Window !
  10.  
  11.   PiP_View is Freeware. Use it at your own risk. And remember,
  12.   check your datatypes ! Some buggy datatypes are around, and if
  13.   you have crashes or incredible long loading-times, search the
  14.   Aminet for better ones !
  15.  
  16.  
  17. Changes to V1.1:
  18. ----------------
  19.  
  20.   - totally rewritten code
  21.   - render.library and guigfx.library from Bifat/TEK Neoscientists aren't
  22.     needed no more 
  23.   - new datatypes-loader, now supporting nearly any IFF-Formats, including
  24.     HAM, EHB and aspect ratio correct display of Lace- and Hires-pictures
  25.   - 68k ASM optimized Hicolor-Dithering and interpolated scaling
  26.  
  27.  
  28. Requirements:
  29. -------------
  30.   Any Amiga equipped with PicassoIV ( eventually also Retina BLT64 - 
  31.   never tested), FPU or 68040/060, FastRam and a whole set of datatypes.
  32.   Also lots of Ram are required, ofcoz this proggy is a memory-eater ;)
  33.   But Guys with a GFX-Board should always have enough Ram...
  34.  
  35.  
  36. Installation:
  37. -------------
  38.   Just copy the programm wherever you want, but best place is somewhere
  39.   in your command-path, like "Sys:Utilities/" or "C:".
  40.  
  41.  
  42. Workbench-Usage:
  43. ----------------
  44.   Started by double-click from the workbench, the well known
  45.   ASL-Filerequester pops up and lets you choose the picture.
  46.   If you close the picture, the ASL-Requester comes again...
  47.   Settings are taken from a settingsfile, see below.
  48.  
  49.  
  50. CLI-Usage:
  51. ----------
  52.   As parameters PiP_View only accepts filenames. The settings it still
  53.   loads from the settingsfile.
  54.  
  55.  
  56. The Menus:
  57. ----------
  58.   Project:
  59.     Open  - lets you select another picture
  60.     About - short info about PiP_View
  61.     Quit  - quit
  62.  
  63.   View:
  64.     Zip Window    - resize the window to be maximized or not, same function
  65.                     like the zoombutton from the window
  66.  
  67.     Scale to fit  - the Picture is scaled down or big to fit the maximum 
  68.                     possible size, depending on the Size of your WB.
  69.  
  70.     Scale smooth  - if "Scale to fit" is activated, the Picture will not
  71.                     only be scaled, also interpolated. Looks nicer, is a 
  72.                     little bit slower.
  73.  
  74.     HiColorDither - PIP can only HiColor ( 5 bits red, 6 bits green, 
  75.                     5 bit blue ), and this will dither the lost bits. 
  76.                     Looks sometimes better, sometimes not...
  77.  
  78.     Save Settings - the state of the 3 above points is saved to
  79.                     "envarc:PiPView.prefs".
  80.                     The settings will be reloaded each time you start 
  81.                     PiP_View.
  82.  
  83. Keys:
  84. -----
  85.   ESC - aborts the programm
  86.  
  87.   Cursorkeys - if the picture is bigger than the visible size of the window,
  88.                you can scroll around.
  89.  
  90.   any other key - closes the programm or, if more than one picture are given 
  91.                   as parameters, starts loading the next picture.  
  92.                    
  93.  
  94.  
  95.  
  96. Some Words about Speed:
  97. -----------------------
  98.  
  99.   Some datatypes are a little bit strange, like the GIF-Datatype i'm using.
  100.   It decrunches the Picture planar into ChipRam ! You can get a little speed-
  101.   up here,if you use MCP and his Memorypatch - just forbid PIP_View the 
  102.   usage of ChipRam.
  103.  
  104.   On the other Hand, loading via Datatypes isn't that fast at all. If you 
  105.   search a FAST viewer, try CyberView. But if you have a PPC-Board and some 
  106.   nice PPC-Datatypes... but thats something i've never could test.
  107.  
  108. ------------------------------------------------------------------------------
  109.  
  110. So, thats all. Enjoy it :)
  111.  
  112.                               Dante/Oxyron
  113.